13. Quiz: Lifecycle

Activities and Fragments share a lifecycle.

SOLUTION: False

Each lifecycle method has a corresponding paired method for open and close.

SOLUTION: True

Lifecycle 2

Fragments are destroyed when they are no longer visible?

SOLUTION: True

Lifecycle 4

Which Fragment lifecycle method are its Views visible?

SOLUTION: `onResume`